home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / plan / src / notifier.h < prev    next >
Text File  |  1994-08-01  |  355b  |  12 lines

  1. /*
  2.  * everything the notifier program needs.
  3.  */
  4.  
  5.                 /* colors */
  6. #define COL_BACK    0        /* standard background */
  7. #define COL_STD        1        /* standard foreground */
  8. #define COL_RED        2        /* background color for red alert */
  9. #define COL_YELLOW    3        /* background color for yellow alert */
  10. #define COL_GREEN    4        /* background color for green alert */
  11. #define NCOLS        5
  12.